-
Couldn't load subscription status.
- Fork 0
Add basic unit-tests #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| "php": "^8.0", | ||
| "ext-mbstring": "*", | ||
| "laminas/laminas-diactoros": "^2.14", | ||
| "laminas/laminas-diactoros": "^3.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ylebre Not sure whether to go for ^3 or ^v2 | ^v3 here...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unless we are sure v3 works for older php versions, we should do 2|3.
This MR adds first-draft unit-tests for both classes in this repo.
As can be seen by the build, the tests pass for PHP 8.4 but
composer installfails as the requiredlaminas/laminas-diactorosversion does not support PHP 8.4